-
Notifications
You must be signed in to change notification settings - Fork 341
[Replaced] Logging and fixes for h2i GDD generation #3336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…DF3. Python has trouble writing large netCDF3 files. This makes it so it saves a netCDF4 file first, just to get *something*, then tries to convert to netCDF3 using nccopy. If that conversion fails for any reason, no error is raised, but a message is printed either way.
These get printed a LOT if you put every crop everywhere.
…ile." This reverts commit 15cdbaa.
2 tasks
Member
Author
|
Closing this and instead bringing in the changes on two different PRs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed: wontfix
We won't fix this issue, because it would be too difficult and/or isn't important enough to fix
enhancement
new capability or improved behavior of existing capability
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WORK IN PROGRESS! DO NOT REVIEW!
SUBJECT TO FORCE PUSHES!
Description of changes
This PR will update the default
stream_fldFileName_cultivar_gddsandstream_fldFileName_gdd20_baselineto point to files created from CRU-JRA runs. It will also include any code, testing, or documentation changes spurred by generating those files. (These can be separated into other PRs if needed.)Specific notes
Contributors other than yourself, if any: None
CTSM Issues Fixed:
Are answers expected to change (and if so in what way)? Yes; new crop maturity requirements.
Any User Interface Changes (namelist or namelist defaults changes)? See description above.
Does this create a need to change or add documentation? Did you do so? Maybe; not yet
Testing performed, if any: None so far